Skip to content

docs: fix uint type consistency and variable naming in auction example - #46

Open
anaraydinli55 wants to merge 1 commit into
FhenixProtocol:mainfrom
anaraydinli55:fix-auction-types-and-naming
Open

docs: fix uint type consistency and variable naming in auction example#46
anaraydinli55 wants to merge 1 commit into
FhenixProtocol:mainfrom
anaraydinli55:fix-auction-types-and-naming

Conversation

@anaraydinli55

Copy link
Copy Markdown

Description

This PR improves the encrypted auction code example in fhe-library/examples/auction-example.mdx by:

  • Changing function bid(uint256 amount) parameter type to uint64 amount for consistency with euint64 highestBid, uint64 winningBid, and the RevealedWinningBid event.
  • Correcting the variable name typo from emount to eAmount across the contract and code walkthrough snippets.

Checklist

  • Solidity type consistency verified
  • Code snippets and walkthrough match

@anaraydinli55
anaraydinli55 force-pushed the fix-auction-types-and-naming branch from 7697bc5 to 2d8ccf8 Compare August 23, 2026 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant